Welcome![Sign In][Sign Up]
Location:
Search - command shell

Search list

[Linux-UnixShellandUnix

Description: shell编程和unix指令的学习资料,很全面,适合各类人群阅读学习。-unix command shell programming and learning materials, very comprehensive, suitable for all types of people learning to read.
Platform: | Size: 19587072 | Author: 魏鸣 | Hits:

[OtherAjax_PHP-Command-Shell

Description: it is all about a simple ajax chatter to occupy the world of ajax
Platform: | Size: 5120 | Author: Bhargava | Hits:

[ADO-ODBCsqlite-shell-win32-x86-3081001

Description: SQLite 是一个软件库,实现了自给自足的、无服务器的、零配置的、事务性的 SQL 数据库引擎。SQLite 是在世界上最广泛部署的 SQL 数据库引擎-The command-line shell program (version 3.8.10.1. SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL engine
Platform: | Size: 318464 | Author: shuai | Hits:

[Linux-Unixshell.tar

Description: 一个简单的脚本执行器,用来实现执行简单的bash 脚本功能,用qt编写-this is a book for c++, and it is for the bash command,and it is write by qt
Platform: | Size: 9216 | Author: hxq | Hits:

[OtherGuide-to-Unix-and-Linux

Description: 最好的一本 Linux 入门书,作者幽默风趣,总是在不经意间逗你一下。看时不会感到疲倦,作者从 Unix 的历史讲起,循序渐进,深入讲解各个命令、shell、启动脚本、正则表达式、文件系统、进程,把每一个地方都分析得十分透彻。-Getting the best of a Linux book, author humorous, always tease you about inadvertently. I will not feel tired watching, the author of the history of Unix talk, step by step, in-depth explanation of each command, shell, startup scripts, regular expression, file system, process, to every place very thorough analysis.
Platform: | Size: 7917568 | Author: taowl | Hits:

[Internet-NetworkLinux-Shell

Description: Linux Shell命令行及脚本编程实例详解PPT,感觉对shell脚本编程有一定的帮助作用- Linux Shell command line and PPT script programming, feeling some help to Shell Scripting
Platform: | Size: 9850880 | Author: 赵宇 | Hits:

[Other Embeded programAVR_CMD

Description: AVR Command shell terminal
Platform: | Size: 83968 | Author: Undead | Hits:

[OtherShell-learn-Chinese-version

Description: shell脚本学习指南的中文版本,是学习shell脚本命令的入门教材,可以帮助大家快速的学习shell。-This is a Shell script learning guide Chinese version. It is a entry materials to learn the shell script command,it can help you quickly learn shell.
Platform: | Size: 28488704 | Author: 野雨 | Hits:

[Internet-Networkshell

Description: ubuntu linux 模拟shell终端,可以实现简单的命令,如查询,进入,删除,建立文件等-ubuntu linux shell terminal simulation, can achieve a simple command, such as a query, enter, delete, create files, etc.
Platform: | Size: 25600 | Author: adam | Hits:

[OS DevelopShell

Description: 本软件类似于Linux系统下的Shell命令行解释器,根据输入的不同命令,能够实现不同的功能,(绝对精彩),经过老师检查,成绩满分,程序功能已超出作业要求。-The software is similar to Linux Shell command line interpreter under the system, depending on the command input, it is possible to achieve different functions, (absolutely wonderful), after the teacher checked out the results, the program features have exceeded job requirements.
Platform: | Size: 1475584 | Author: zhoumo | Hits:

[Othergsl-shell-2.3.1-win32

Description: GSL shell is an interactive command line interface that gives easy access to a collection of numeric algorithms and functions based on the GNU Scientific Library (GSL). GSL Shell is able to work with matrices or vectors to perform linear algebra operations.
Platform: | Size: 4839424 | Author: mapoet | Hits:

[OtherLinux-shell-command

Description: 运维常用linux命令_shell技巧范例-linux command
Platform: | Size: 305152 | Author: whlx | Hits:

[Linux-Unixlinux-cmd.zh

Description: Linux系统常用命令文档参考手册。 分门别类, 很适合查询。(linux system command)
Platform: | Size: 381952 | Author: wdeng | Hits:

[Linux-UnixLinux命令行与shell脚本编程大全.第3版

Description: linux脚本编程,Linux命令行与shell脚本编程大全。详细介绍了linux下的基本操作等。(linux command and script)
Platform: | Size: 12316672 | Author: without_ | Hits:

[Otherbinaryproto2npy

Description: 将二进制形式的图片均值文件转换成python形式的一个工具(# "source" is the binary file converted by the command shell # "des" is the binary file with python format converted from "source")
Platform: | Size: 600064 | Author: yang2096 | Hits:

[Software EngineeringLinux命令行与shell脚本编程大全.第3版.pdf

Description: 这是一本关于 Linux 命令行与 shell 脚本编程的全方位教程,主要包括四大部分 :Linux 命令行,shell 脚本编程基础,高级 shell 脚本编程,如何创建实用的 shell 脚本(This is a Linux on the command line and the full range of shell script programming tutorial, mainly includes four parts: Linux command line based shell scripting, advanced Shell Scripting, how to create a practical shell script)
Platform: | Size: 15767552 | Author: smart1993 | Hits:

[Linux-UnixLINUX_Shell编程基础教程

Description: 1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the command is ordered to distinguish case and case character in the Linux editor. 2) add the necessary comments in the Shell statement, so as to facilitate the inquiry and maintenance, comments to # beginning. 3) when the Shell variable is numeric, use the multiplicative symbol "*" to use the escape character "\" to escape. 4) because Shell does not handle any redundant spaces in commands, programmers can use this feature to adjust program indentation to enhance program readability. 5) in the name of a function, it is best to use a name that is meaningful and easy to understand, even if the function name can express the tasks completed by the function more accurately. It is also suggested that a function name and a variable name control table should be established for a larger program.)
Platform: | Size: 27648 | Author: 脑袋发芽 | Hits:

[Contrase?a

Description: Password from command shell, using dev5.1
Platform: | Size: 1133568 | Author: danferriv | Hits:

[SCMSTM32+ESP8266+SHELL

Description: STM32加ESP8266模块,实现UDP透传模式通信,可以通过SHELL命令,获取采集电压和时间信息。在UDP调试工具输入“getcfg”可以获取配置信息 包括单次测量模式 循环测量模式 循环时间间隔设定等等相关参数设置。(STM32 and ESP8266 module are used to achieve UDP transmission mode communication, and the acquisition voltage and time information can be obtained through the SHELL command. In the UDP debugger, input "getcfg" can get configuration information, including single measurement mode, cycle mode, cycle interval setting and so on.)
Platform: | Size: 3764224 | Author: diaosidianzi | Hits:

[Otherstc8a8k_shell_funs

Description: 模拟dos的命令行方式(The command line mode of simulating DOS)
Platform: | Size: 161792 | Author: 晋城王健 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »

CodeBus www.codebus.net